net/http.http2clientStream.reqBodyClosed (field)

9 uses

	net/http (current package)
		h2_bundle.go#L7052: 	reqBodyClosed        bool  // body has been closed; guarded by cc.mu
		h2_bundle.go#L7092: 	if cs.reqBody != nil && !cs.reqBodyClosed {
		h2_bundle.go#L7094: 		cs.reqBodyClosed = true
		h2_bundle.go#L7107: 	if cs.reqBody != nil && !cs.reqBodyClosed {
		h2_bundle.go#L7109: 		cs.reqBodyClosed = true
		h2_bundle.go#L8115: 	bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8116: 	cs.reqBodyClosed = true
		h2_bundle.go#L8299: 			bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8394: 		if cs.reqBodyClosed {